home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / sco / README < prev   
Text File  |  1994-08-01  |  5KB  |  93 lines

  1. $Header: /usr/people/sam/fax/port/sco/RCS/README,v 1.4 1994/04/18 18:47:01 sam Rel $
  2.  
  3. This is a re-write of the SCO README file that I re-vamped from the
  4. one provided by Daniel I. Rosenblatt. I believe that it is somewhat
  5. more generic than the original. I have used the original text wherever
  6. appropriate and made modifications/deletions/additions as I saw fit. I
  7. only refer back to Daniel where I feel his experience was particular to
  8. his installation (marked [DIR]). I thank Daniel for taking the first
  9. shot at SCO, it made my life considerably easier. Contact me or Daniel
  10. if you have any questions pertaining to our comments or how to get
  11. FlexFAX running on SCO.
  12.  
  13. Joel Rosi-Schwartz
  14. --
  15.                T E C H N E   R E S E A R C H    L I M I T E D          
  16.           12 Waverley Way            +   Email: joel@filomena.co,uk     
  17.           Finchampstead, Wokingham   +   Phone: +44 (734) 730.260      
  18.           Berkshire RG11 4YD (UK)    +   Fax:   +44 (734) 730.272      
  19.  
  20. [ From previous README:
  21.     This stuff is from "Daniel I. Rosenblatt" <dir@csn.org>.
  22.     Please contact him regarding problems.
  23. ]
  24.  
  25. Stuff to make sure you check:
  26.     - all configurable pathnames
  27.     - bin/notify calls sendmail, which is NOT configured by default
  28.         on SCO UNIX.  I tried to use execmail from MMDF, but the
  29.         call syntax is so different it would take a considerable
  30.         effort to re-write the scripts that do mailing (notify etc).
  31.         Since sendmail is available on under SCO, I felt it best to
  32.         use it.  You may have to load it via custom if your initial
  33.         install did not include it.  Note that sendmail and MMDF
  34.         co-exist on disk and you do _not_ have to use sendmail as
  35.         the active mail agent for your system to use it for FlexFax.
  36.     - I have provided an rc script for placement as /etc/init.d/flexfax
  37.         with links to /etc/rc0.d/K80faxd and /etc/rc2.d/S80faxd. 
  38.         They are not installed automatically by FlexFAX, so do it
  39.         by hand if you want faxd to run when the system boots.
  40.         The perms should be 744 with ownership root:sys.  Check
  41.         the locations of faxd and faxquit in the script.  Make
  42.         certain you set the device(s) to service in $PORTS.
  43.     - faxd/modem sometimes seem to hang waiting for each other; I
  44.         haven't looked into this one yet [DIR]
  45.         I have not noticed this problem.
  46.     - incoming faxes are completely garbled/severely truncated; I
  47.         haven't figured out why yet [DIR]
  48.         I have not had this problem.  Possibly it was due to Daniel's
  49.         brand of modem.
  50.     - I could not get the SCO getty to leave the line open when FlexFAX
  51.         exec'ed it.  One problem lies in the /tcb/lib/initcond(ADM)
  52.         program which is called by getty.  Even after testing replacing
  53.         that with a stub that returns 0 (not a good idea to mess with
  54.         tcb actually), getty still forced a drop on the line.  getty
  55.         does this even when given the -h option, which seems to be
  56.         only passed on to ct(C).
  57.  
  58.         My solution was to replace the exec call to getty with a call
  59.         to agetty.  This is found in ports/sco/paths.h:
  60.             #define _PATH_GETTY "/etc/agetty"
  61.         Agetty is a freely available replacement for getty written by
  62.         Wietse Venema (wietse@wzv.win.tue.nl).  This worked fine.  I
  63.         did have to strap out the call to update_utmp(), which broke
  64.         on SCO.  I have not pursued a proper fix yet; one more item
  65.         for the todo list ;-(  If you can not find a copy of agetty
  66.         on your favourite server---or are just lazy---send me e-mail
  67.         and I'll post you a copy. BTW, I have version 1.9 (8/20/93)
  68.         and will be sending mail to Wietse to see if this is current.
  69.  
  70.         In the config file I used:
  71.             GettyArgs:  "-h -t 60 -- - %s,19200,9600,4800,2400"
  72.  
  73. Other random notes:
  74.     - my OS is SCO ODT 2.0; your mileage may vary [BOTH]
  75.     - gcc is 2.3.3, libg++ is 2.3, gas is 2.0, ld is from binutils-2.1 [DIR]
  76.     - gcc is 2.5.8, libg++ is 2.5.3 [JIS]
  77.     - I've got a SupraFAXModem Rev V1.70B-03, not what sam@sgi.com
  78.         used (V1.200-H); this might explain the next note and the
  79.         problem with incoming faxes being trashed [DIR]
  80.     - with my version of the SupraFAXModem, I have to disable adaptive
  81.         answering when dialing out, i.e.:
  82.             ModemDialCmd +FAA=0DT%s@
  83.         if I don't, I get a data connection instead of a fax
  84.         connection when dialing another fax-modem to send a fax [DIR]
  85.     - I tested the Multi-Tech MT1432L and MT1932ZDXK.  Both worked fine
  86.         with FlexFAX.  I do have a problem with V.17 (14.4k) with the
  87.         ZDX, but it seems to be local to my site or the UK and Multi-Tech
  88.         has been putting in considerable efforts to figure out the
  89.         problem.
  90.  
  91. Cheers,
  92. Joel
  93.